x86/apic: remove redundant LVR read in init_bsp_APIC()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 9 Jan 2015 16:22:42 +0000 (17:22 +0100)
committerJan Beulich <jbeulich@suse.com>
Fri, 9 Jan 2015 16:22:42 +0000 (17:22 +0100)
commitd2ee7b0fca1f8ff045ef66c9ebbc032faaad4a0c
tree66208f9b34d59f617c81be86dbaabd544a25c5a3
parent50bd1f0825339dfacde471df7664729216fc46e3
x86/apic: remove redundant LVR read in init_bsp_APIC()

'ver' became unused by c/s 0b964c0c7 "x86/LAPIC: drop support for
non-integrated APIC", which in turn makes the LVR read redundant.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Reviewed-by: Tim Deegan <tim@xen.org>
xen/arch/x86/apic.c